CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux gpio

搜索资源列表

  1. gpioAT91RM9200

    0下载:
  2. AT91RM9200的嵌入式LINUX下GPIO驱动-AT91RM9200 embedded LINUX GPIO driver
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:33059
    • 提供者:管世波
  1. keyboraddriver_dragonballMX1(GPIO)

    0下载:
  2. 该文件是摩托罗拉的嵌入式芯片dragonball MX1的在嵌入式linux下键盘驱动,程序采用GPIO管脚连接键盘,文件中有相应的说明-the document is Motorola's embedded chips dragonball MX1 in Embedded LINU x under the keyboard, procedures used GPIO pins connecting keyboard, a corresponding note
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:75479
    • 提供者:Richard
  1. 9200-write_gpio

    0下载:
  2. 本程序是linux下写arm9200的gpio的程序及makefile文件 -the procedure is written under linux gpio arm9200 the procedures and documents makefile
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:3621
    • 提供者:zhf_make
  1. gpio

    0下载:
  2. gpio驱动 leddrv.c为驱动源程序 writeled.c为应用程序 writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c leddrv.c 编译方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目录/linux-2.4.x/include-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-stric
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2108
    • 提供者:zhengbo
  1. gpio

    0下载:
  2. linux系统中GPIO口的驱动代码,可以改变宏定义来改变GPIO口的控制
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:55690
    • 提供者:chenjian
  1. gpio-test

    0下载:
  2. linux unix test dd linux unix test
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:9347
    • 提供者:ww
  1. gpio

    0下载:
  2. 基于linux和s3c2440的gpio驱动程序,同时包含了应用程序例子,能够访问任意的单个IO管脚,设置为输入、输出等
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:6606
    • 提供者:xiyong
  1. gpio

    0下载:
  2. 嵌入式LINUX的GPIO驱动和测试代码,测试代码中写0置低,写1置高
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1651
    • 提供者:bot
  1. AT88芯片的linux驱动程序,通过GPIO模拟I2C总线与AT88进行通信,带中文翻译开发资料

    0下载:
  2. AT88芯片的linux驱动程序,通过GPIO模拟I2C总线与AT88进行通信,带中文翻译开发资料。
  3. 所属分类:源码下载

    • 发布日期:2011-12-13
    • 文件大小:1719170
    • 提供者:tech_hl@126.com
  1. AT88

    1下载:
  2. AT88芯片的linux驱动程序,通过GPIO模拟I2C总线与AT88进行通信,带中文翻译开发资料。-AT88 chips linux drivers, through the I2C bus and AT88 analog GPIO to communicate with the Chinese translation of development information.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1719170
    • 提供者:fanchuanlin
  1. gpio

    0下载:
  2. AT91RM9200 的LINUX GPIO 驱动程序-AT91RM9200 LINUX GPIO driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:22549
    • 提供者:warm
  1. i2c-davinci-gpio

    0下载:
  2. Linux I2C over GPIO driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:3217
    • 提供者:nishant
  1. gpio

    0下载:
  2. linux 下(w83627)super io 的驱动原码。主要是有如何通过lpc总线访问w83627的寄存器-this is w83627 driver code in linux. it will show how to acess to w83627 register on LPC bus.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-26
    • 文件大小:75841
    • 提供者:zht
  1. linux-gpio

    0下载:
  2. Linux下的开发板中的驱动,程序很适合初学者-Driver in the Linux development board, the procedures are suitable for beginners
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:1165
    • 提供者:lsb
  1. linux-gpio

    0下载:
  2. 嵌入式Linux设备驱动编程(包含中断)-Embedded Linux device driver programming (including interrupts)
  3. 所属分类:Driver develop

    • 发布日期:2017-03-30
    • 文件大小:226591
    • 提供者:meeloyu
  1. Linux-async-io

    0下载:
  2. Linux 环境下GPIO设备驱动,以及使用异步IO方式通知上层应用的示例代码-Linux GPIO Driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3703
    • 提供者:李飞
  1. gpio-int-test.c

    0下载:
  2. Program to test Linux GPIO drivers. This can test the interrupt implementation in the driver is working properly as well.-Program to test Linux GPIO drivers. This can test the interrupt implementation in the driver is working properly as well.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2165
    • 提供者:Todd Fischer
  1. Linux-ATSHA204-I2C-140713a_new

    1下载:
  2. 来自厂商源码。实现对加密芯片atsha204的操作,通讯可使用i2c或者GPIO(From vendor source code. Encryption chip atsha204 operation, communication can use I2C or GPIO)
  3. 所属分类:嵌入式Linux

  1. irq

    0下载:
  2. linux下gpio中断驱动,在am3354下验证通过(GPIO interrupt drive under Linux)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:19456
    • 提供者:雨后的雨
  1. gpio

    0下载:
  2. 在软件RVDS4.0上,用Linux编程,在S3C6410上实现跑马灯功能(In RVDS4.0 software, using Linux programming, to achieve marquee function in S3C6410)
  3. 所属分类:Linux/Unix编程

« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com